home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / boot / decprom / ds3100.md / md.mk < prev    next >
Text File  |  1990-02-26  |  1KB  |  27 lines

  1. #
  2. # Prototype Makefile for machine-dependent directories.
  3. #
  4. # A file of this form resides in each ".md" subdirectory of a
  5. # command.  Its name is typically "md.mk".  During makes in the
  6. # parent directory, this file (or a similar file in a sibling
  7. # subdirectory) is included to define machine-specific things
  8. # such as additional source and object files.
  9. #
  10. # This Makefile is automatically generated.
  11. # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
  12. #
  13. # Generated from /sprite/lib/mkmf/Makefile.md
  14. # Mon Feb 26 04:45:45 PST 1990
  15. #
  16. # For more information, refer to the mkmf manual page.
  17. #
  18. # $Header: /sprite/lib/mkmf/RCS/Makefile.md,v 1.5 90/02/05 13:31:23 rab Exp $
  19. #
  20. # Allow mkmf
  21.  
  22. SRCS        = ds3100.md/devFsOpTable.c ds3100.md/start.s byte.c devDecProm.c fileLoad.c fs.c fsDisk.c fsIndex.c machStubs.c main.c mem.c
  23. HDRS        = boot.h fsBoot.h fsIndex.h
  24. MDPUBHDRS    = 
  25. OBJS        = ds3100.md/byte.o ds3100.md/devDecProm.o ds3100.md/devFsOpTable.o ds3100.md/fileLoad.o ds3100.md/fs.o ds3100.md/fsDisk.o ds3100.md/fsIndex.o ds3100.md/machStubs.o ds3100.md/main.o ds3100.md/mem.o ds3100.md/start.o
  26. CLEANOBJS    = ds3100.md/devFsOpTable.o ds3100.md/start.o ds3100.md/byte.o ds3100.md/devDecProm.o ds3100.md/fileLoad.o ds3100.md/fs.o ds3100.md/fsDisk.o ds3100.md/fsIndex.o ds3100.md/machStubs.o ds3100.md/main.o ds3100.md/mem.o
  27.